home *** CD-ROM | disk | FTP | other *** search
/ Tools Unlimited 1: The Blanker Collection / Tools Unlimited - Vol 1 - The Blanker Collection.iso / NewIconsV2 < prev    next >
Text File  |  1996-02-28  |  1KB  |  32 lines

  1. ; -------------------------------------------
  2. ; Install NewIcons
  3. ; -------------------------------------------
  4.  
  5.  
  6. cd :Icon/NewIcons/NewIconsV2/Install
  7.  
  8. Echo "Welcome to the NewIcons Installer-Script"
  9. Echo "Do you want to install NewIcons permanently?*n"
  10. Echo "Willkommen zum NewIcons Installer-Skript"
  11. Echo "Möchten Sie NewIcons permanent installieren?*n"
  12.  
  13. Ask "(Y)es/(N)o...Ja/Nein"
  14.  
  15. IF WARN 
  16.   Echo "Please confirm once more that you want to"
  17.   Echo "install NewIcons! It's difficult to remove"
  18.   Echo "afterwards!!!!!!!!*n"
  19.   Echo "Bitte bestätigen Sie erneut, daß Sie NewIcons"
  20.   Echo "Installieren möchten! Es ist schwierig es hinterher"
  21.   Echo "aus dem System zu entfernen!!!!!!!"
  22.   Ask "(y/n)"
  23.   IF WARN 
  24.     :c/Installer >NIL: Install_NewIcons appname NewIcons LANGUAGE $LANGUAGE
  25.   ENDIF
  26. ELSE
  27.   ASSIGN libs: /Libs ADD
  28.   /C/newicons
  29.   /C/deficons
  30.   :C/RequestChoice >NIL: "Install NewIcons" "Please close the Workbench-Windows*nand reopen them!*n*nSchliessen Sie bitte alle Workbench-*nFenster und öffnen Sie sie erneut!" "Ok!"
  31. ENDIF
  32.